github: fix CI apt dependencies
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 3 Nov 2025 06:38:52 +0000 (07:38 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 3 Nov 2025 07:09:17 +0000 (08:09 +0100)
We need to run 'apt update' before installing the APT packages.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
.github/workflows/ci.yml

index d62a44ed94684cd6a8f2396ff5d16f283bc46760..4b10fcb50d521b661bea5291a98eee806ba94d00 100644 (file)
@@ -54,6 +54,7 @@ jobs:
 
       - name: Install dependencies
         run: |
+          sudo apt update
           sudo apt install ${{ matrix.packages }}
 
       - name: Prepare build